Q3InterpolationStyle_Submit
You can use theQ3InterpolationStyle_Submit
function to submit an interpolation style in immediate mode.
TQ3Status Q3InterpolationStyle_Submit ( TQ3InterpolationStyle interpolationStyle, TQ3ViewObject view);
interpolationStyle
- An interpolation style value.
view
- A view.
DESCRIPTION
TheQ3InterpolationStyle_Submit
function sets the interpolation style of the view specified by theview
parameter to the style specified in theinterpolationStyle
parameter.SPECIAL CONSIDERATIONS
You should callQ3InterpolationStyle_Submit
only in a submitting loop.